curl --request POST \
--url https://api-lr.agent.ai/v1/action/file_converter_metadata_action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input_file_url": "<string>",
"output_variable_name": "file_metadata"
}
'{
"status": 123,
"response": {}
}Extract metadata from any file — EXIF data from images, properties from PDFs, resolution and duration from videos. Does not consume conversion credits.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/file_converter_metadata_action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"input_file_url": "<string>",
"output_variable_name": "file_metadata"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)